StringDimension`1 Model

The base class where if set, a query is expected to expose this dimension in the result set

Nullable
DimensionedStrings : object

If set then each true property within this instance will be treated as a unique dimension. If nulled then
only the top level string ID will be used as a dimension.

Nullable
DimensionID : number (int)

The unique (per query) ID for this dimension. Will be set automatically by the server, no need to set it. Duplicating this value will
likely result in query failures if DimensionedStrings is set

Include : bool

If set, this dimension will be included as a dimension in the result set.

Example
{
  "DimensionedStrings": {},
  "DimensionID": 321,
  "Include": true
}